Looks up the corresponding key for a locally registered technology. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As TechnologyCollection(Of T)
Dim technologyId As String
Dim returnValue As String

returnValue = instance.LookupKey(technologyId)

Syntax

Visual Basic
Public Function LookupKey ( _
		technologyId As String _
) As String
C#
public string LookupKey (
		string technologyId
)
C++
public:
String^ LookupKey (
		String^ technologyId
)
J#
public String LookupKey (
		String technologyId
)
JScript
public function LookupKey (
		technologyId : String
) : String

Parameters

technologyId

Technology identifier to look up.

Return Value

Returns String. Key of registered technology.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also